Function Names
Table A-1 shows the correspondence between XTI functions and Open Transport functions.
Table A-1 XTI-to-Open Transport function cross-reference
XTI function | Open Transport function |
---|
t_accept | OTAccept |
t_alloc | OTAlloc |
t_bind | OTBind |
t_close | OTCloseProvider |
t_connect | OTConnect |
t_error | -- |
t_free | OTFree |
t_getprotaddr | OTGetProtAddress |
t_getinfo | OTGetEndpointInfo |
t_getstate | OTGetEndpointState |
t_listen | OTListen |
t_look | OTLook |
t_open | OTOpenEndpoint |
t_optmgmt | OTOptionManagement |
|
t_rcv | OTRcv |
t_rcvconnect | OTRcvConnect |
t_rcvdis | OTRcvDisconnect |
t_rcvrel | OTRcvOrderlyDisconnect |
t_rcvudata | OTRcvUData |
t_rcvuderr | OTRcvUDErr |
t_snd | OTSnd |
t_snddis | OTSndDisconnect |
t_sndrel | OTSndOrderlyDisconnect |
t_sndudata | OTSndUData |
t_strerror | -- |
t_sync | OTSync |
t_unbind | OTUnbind |
Table A-2 describes shows the correspondence between Open Transport functions and XTI functions.
Table A-2 Open Transport-to-XTI function cross-reference
Open Transport function | XTI function |
---|
OTAccept | t_accept |
OTAckSends | -- |
OTAlloc | t_alloc |
OTBind | t_bind |
OTCloseProvider | t_close |
OTConnect | t_connect |
|
OTDontAckSends | -- |
OTFree | t_free |
OTGetEndpointInfo | t_getinfo |
OTGetProtAddress | t_getprotaddr |
OTGetNotifier | -- |
OTGetEndpointState | t_getstate |
OTInstallNotifier | -- |
OTIsNonBlocking | -- |
OTIsSynchronous | -- |
OTListen | t_listen |
OTLook | t_look |
OTOpenEndpoint | t_open |
OTOptionManagement | t_optmgmt |
OTRcv | t_rcv |
OTRcvConnect | t_rcvconnect |
OTRcvDisconnect | t_rcvdis |
OTRcvOrderlyDisconnect | t_rcvrel |
OTRcvRequest | -- |
OTRcvUData | t_rcvudata |
OTRcvUDErr | t_rcvuderr |
OTRcvURequest | -- |
OTRemoveNotifier | -- |
OTResolveAddress | -- |
OTSetAsynchronous | -- |
OTSetBlocking | -- |
|
OTSetNonBlocking | -- |
OTSetSynchronous | -- |
OTSnd | t_snd |
OTSndDisconnect | t_snddis |
OTSndOrderlyDisconnect | t_sndrel |
OTSndReply | -- |
OTSndRequest | -- |
OTSndUData | t_sndudata |
OTSndUReply | -- |
OTSndURequest | -- |
OTSync | t_sync |
OTUnbind | t_unbind |